home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-13 | 367 b | 15 lines | [TEXT/ttxt] |
- -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- --
- class ANY
- --
- -- Project-wide universal properties.
- -- This class is an ancestor to all developer-written classes.
- -- ANY inherits from GENERAL, and may be customized for individual
- -- projects or teams.
- --
-
- inherit PLATFORM;
-
- end -- ANY
-